[INFO] cloning repository https://github.com/pgattic/cairn
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pgattic/cairn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpgattic%2Fcairn", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpgattic%2Fcairn'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8f27780df7c879858f3a29651ac6ea854d344acb
[INFO] fixing pgattic/cairn against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpgattic%2Fcairn" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pgattic/cairn
[INFO] finished tweaking git repo https://github.com/pgattic/cairn
[INFO] tweaked toml for git repo https://github.com/pgattic/cairn written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pgattic/cairn on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pgattic/cairn already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 745307fc63940dd5b5b97b26023e7f4bdee6047cc478c64a8bf83eab7ce051e5
[INFO] running `Command { std: "docker" "start" "745307fc63940dd5b5b97b26023e7f4bdee6047cc478c64a8bf83eab7ce051e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "745307fc63940dd5b5b97b26023e7f4bdee6047cc478c64a8bf83eab7ce051e5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "745307fc63940dd5b5b97b26023e7f4bdee6047cc478c64a8bf83eab7ce051e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "745307fc63940dd5b5b97b26023e7f4bdee6047cc478c64a8bf83eab7ce051e5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.6.4
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling rug v1.27.0
[INFO] [stderr]     Checking cairn v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/program.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:32:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  35 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  36 |                 BuiltInCommand::PutLine => {
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:37:27
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                           ^^^^^^^^^^^        -----
[INFO] [stdout]     |                           |                  |
[INFO] [stdout]     |                           |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                           up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  42 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  43 |                 BuiltInCommand::Print => {
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:44:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  48 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  49 |                 BuiltInCommand::PrintLine => {
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:50:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  54 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:91:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  96 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  97 |                 BuiltInCommand::Difference => { // a b -> a-b
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:98:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 103 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 104 |                 BuiltInCommand::Product => { // a b -> ab
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 110 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 111 |                 BuiltInCommand::Quotient => { // a b -> a/b
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:112:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 117 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 118 |                 BuiltInCommand::Modulo => { // a b -> a%b
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:119:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 124 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 125 |                 BuiltInCommand::Equality => { // a b -> a=b (1 for true)
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:127:48
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------    ^^^^^^^^^^^
[INFO] [stdout]     |                                     |          |
[INFO] [stdout]     |                                     |          this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                     |          up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:126:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 131 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 132 |                 BuiltInCommand::Inequality => { // a b -> a!=b (1 for true)
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:134:48
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------    ^^^^^^^^^^^
[INFO] [stdout]     |                                     |          |
[INFO] [stdout]     |                                     |          this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                     |          up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 137 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:133:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 138 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 139 |                 BuiltInCommand::GreaterThan => {
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:141:48
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------    ^^^^^^^^^^^
[INFO] [stdout]     |                                     |          |
[INFO] [stdout]     |                                     |          this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                     |          up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 144 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:140:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 145 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 146 |                 BuiltInCommand::LessThan => {
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:148:48
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------    ^^^^^^^^^^^
[INFO] [stdout]     |                                     |          |
[INFO] [stdout]     |                                     |          this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                     |          up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 151 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:147:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 152 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 153 |                 BuiltInCommand::GreaterEqual => {
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:155:48
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------    ^^^^^^^^^^^
[INFO] [stdout]     |                                     |          |
[INFO] [stdout]     |                                     |          this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                     |          up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 158 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:154:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 159 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 160 |                 BuiltInCommand::LessEqual => {
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:162:48
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------    ^^^^^^^^^^^
[INFO] [stdout]     |                                     |          |
[INFO] [stdout]     |                                     |          this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                     |          up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 165 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:161:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 166 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 167 |                 BuiltInCommand::Drop => { // a ->
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:194:43
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 194 |                     if let Some(arg_bi) = stack.pop() {
[INFO] [stdout]     |                                           ^^^^^^^^^^^
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                           up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 208 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:32:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  35 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  36 |                 BuiltInCommand::PutLine => {
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:37:27
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                           ^^^^^^^^^^^        -----
[INFO] [stdout]     |                           |                  |
[INFO] [stdout]     |                           |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                           up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  42 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  43 |                 BuiltInCommand::Print => {
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:44:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  48 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  49 |                 BuiltInCommand::PrintLine => {
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:50:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  54 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:91:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  96 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  97 |                 BuiltInCommand::Difference => { // a b -> a-b
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:98:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 103 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 104 |                 BuiltInCommand::Product => { // a b -> ab
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 110 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 111 |                 BuiltInCommand::Quotient => { // a b -> a/b
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:112:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 117 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 118 |                 BuiltInCommand::Modulo => { // a b -> a%b
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:119:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 124 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 125 |                 BuiltInCommand::Equality => { // a b -> a=b (1 for true)
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:127:48
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------    ^^^^^^^^^^^
[INFO] [stdout]     |                                     |          |
[INFO] [stdout]     |                                     |          this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                     |          up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:126:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 131 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 132 |                 BuiltInCommand::Inequality => { // a b -> a!=b (1 for true)
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:134:48
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------    ^^^^^^^^^^^
[INFO] [stdout]     |                                     |          |
[INFO] [stdout]     |                                     |          this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                     |          up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 137 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:133:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----    ^^^^^^^^^^^
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                 |        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 138 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 139 |                 BuiltInCommand::GreaterThan => {
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:141:48
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  98 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                 `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `value_2` calls a custom destructor
[INFO] [stdout]     |                                     `value_2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                 `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 134 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                 `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 141 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------    ^^^^^^^^^^^
[INFO] [stdout]     |                                     |          |
[INFO] [stdout]     |                                     |          this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                     |          up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 144 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 147 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 148 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 155 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                     `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |                         if let Some(value_2) = stack.pop() {
[INFO] [stdout]     |                                     -------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     stack.pop();
[INFO] [stdout]     |                     -----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 225 |             Command::Branch(expression) => {
[INFO] [stdout]     |                             ----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `expression` calls a custom destructor
[INFO] [stdout]     |                             `expression` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c_instr` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value_2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `expression` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rug-1.27.0/src/integer/traits.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Drop for Integer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/program.rs:140:42
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let c_instr = instructions.pop().unwrap();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `c_instr` calls a custom destructor
[INFO] [stdout]     |             `c_instr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  32 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |                     match stack.pop() { Some(value) => {
[INFO] [stdout]     |                                              -----
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  44 |                     if let Some(value) = stack.pop() {
[INFO] [stdout]     |                                 -----
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 `#2` will be dropped later as of Edition 2024
[WARN] too many lines in the log, truncating it
